|
24 | 24 | "input":{"shape":"AcceptEngagementInvitationRequest"},
|
25 | 25 | "errors":[
|
26 | 26 | {"shape":"ThrottlingException"},
|
| 27 | + {"shape":"ConflictException"}, |
27 | 28 | {"shape":"AccessDeniedException"},
|
28 | 29 | {"shape":"InternalServerException"},
|
29 | 30 | {"shape":"ValidationException"},
|
|
159 | 160 | "input":{"shape":"DeleteResourceSnapshotJobRequest"},
|
160 | 161 | "errors":[
|
161 | 162 | {"shape":"ThrottlingException"},
|
| 163 | + {"shape":"ConflictException"}, |
162 | 164 | {"shape":"AccessDeniedException"},
|
163 | 165 | {"shape":"ValidationException"},
|
164 | 166 | {"shape":"ResourceNotFoundException"}
|
|
406 | 408 | "errors":[
|
407 | 409 | {"shape":"ThrottlingException"},
|
408 | 410 | {"shape":"AccessDeniedException"},
|
409 |
| - {"shape":"ValidationException"} |
| 411 | + {"shape":"ValidationException"}, |
| 412 | + {"shape":"ResourceNotFoundException"} |
410 | 413 | ]
|
411 | 414 | },
|
412 | 415 | "ListResourceSnapshots":{
|
|
439 | 442 | {"shape":"ResourceNotFoundException"}
|
440 | 443 | ]
|
441 | 444 | },
|
| 445 | + "ListTagsForResource":{ |
| 446 | + "name":"ListTagsForResource", |
| 447 | + "http":{ |
| 448 | + "method":"POST", |
| 449 | + "requestUri":"/" |
| 450 | + }, |
| 451 | + "input":{"shape":"ListTagsForResourceRequest"}, |
| 452 | + "output":{"shape":"ListTagsForResourceResponse"}, |
| 453 | + "errors":[ |
| 454 | + {"shape":"ThrottlingException"}, |
| 455 | + {"shape":"AccessDeniedException"}, |
| 456 | + {"shape":"InternalServerException"}, |
| 457 | + {"shape":"ValidationException"}, |
| 458 | + {"shape":"ResourceNotFoundException"} |
| 459 | + ] |
| 460 | + }, |
442 | 461 | "PutSellingSystemSettings":{
|
443 | 462 | "name":"PutSellingSystemSettings",
|
444 | 463 | "http":{
|
|
464 | 483 | "input":{"shape":"RejectEngagementInvitationRequest"},
|
465 | 484 | "errors":[
|
466 | 485 | {"shape":"ThrottlingException"},
|
| 486 | + {"shape":"ConflictException"}, |
467 | 487 | {"shape":"AccessDeniedException"},
|
468 | 488 | {"shape":"InternalServerException"},
|
469 | 489 | {"shape":"ValidationException"},
|
|
551 | 571 | {"shape":"ResourceNotFoundException"}
|
552 | 572 | ]
|
553 | 573 | },
|
| 574 | + "TagResource":{ |
| 575 | + "name":"TagResource", |
| 576 | + "http":{ |
| 577 | + "method":"POST", |
| 578 | + "requestUri":"/" |
| 579 | + }, |
| 580 | + "input":{"shape":"TagResourceRequest"}, |
| 581 | + "output":{"shape":"TagResourceResponse"}, |
| 582 | + "errors":[ |
| 583 | + {"shape":"ThrottlingException"}, |
| 584 | + {"shape":"ConflictException"}, |
| 585 | + {"shape":"AccessDeniedException"}, |
| 586 | + {"shape":"InternalServerException"}, |
| 587 | + {"shape":"ValidationException"}, |
| 588 | + {"shape":"ResourceNotFoundException"} |
| 589 | + ], |
| 590 | + "idempotent":true |
| 591 | + }, |
| 592 | + "UntagResource":{ |
| 593 | + "name":"UntagResource", |
| 594 | + "http":{ |
| 595 | + "method":"POST", |
| 596 | + "requestUri":"/" |
| 597 | + }, |
| 598 | + "input":{"shape":"UntagResourceRequest"}, |
| 599 | + "output":{"shape":"UntagResourceResponse"}, |
| 600 | + "errors":[ |
| 601 | + {"shape":"ThrottlingException"}, |
| 602 | + {"shape":"ConflictException"}, |
| 603 | + {"shape":"AccessDeniedException"}, |
| 604 | + {"shape":"InternalServerException"}, |
| 605 | + {"shape":"ValidationException"}, |
| 606 | + {"shape":"ResourceNotFoundException"} |
| 607 | + ], |
| 608 | + "idempotent":true |
| 609 | + }, |
554 | 610 | "UpdateOpportunity":{
|
555 | 611 | "name":"UpdateOpportunity",
|
556 | 612 | "http":{
|
|
1464 | 1520 | "EngagementIdentifier":{"shape":"EngagementIdentifier"},
|
1465 | 1521 | "ResourceIdentifier":{"shape":"ResourceIdentifier"},
|
1466 | 1522 | "ResourceSnapshotTemplateIdentifier":{"shape":"ResourceTemplateName"},
|
1467 |
| - "ResourceType":{"shape":"ResourceType"} |
| 1523 | + "ResourceType":{"shape":"ResourceType"}, |
| 1524 | + "Tags":{"shape":"TagList"} |
1468 | 1525 | }
|
1469 | 1526 | },
|
1470 | 1527 | "CreateResourceSnapshotJobRequestClientTokenString":{
|
|
2929 | 2986 | "SolutionSummaries":{"shape":"SolutionList"}
|
2930 | 2987 | }
|
2931 | 2988 | },
|
| 2989 | + "ListTagsForResourceRequest":{ |
| 2990 | + "type":"structure", |
| 2991 | + "required":["ResourceArn"], |
| 2992 | + "members":{ |
| 2993 | + "ResourceArn":{"shape":"TaggableResourceArn"} |
| 2994 | + } |
| 2995 | + }, |
| 2996 | + "ListTagsForResourceResponse":{ |
| 2997 | + "type":"structure", |
| 2998 | + "required":["Tags"], |
| 2999 | + "members":{ |
| 3000 | + "Tags":{"shape":"TagList"} |
| 3001 | + } |
| 3002 | + }, |
2932 | 3003 | "ListTasksSortBase":{
|
2933 | 3004 | "type":"structure",
|
2934 | 3005 | "required":[
|
|
3303 | 3374 | "EngagementConflict",
|
3304 | 3375 | "OpportunitySubmissionFailed",
|
3305 | 3376 | "EngagementInvitationConflict",
|
| 3377 | + "InternalError", |
3306 | 3378 | "OpportunityValidationFailed",
|
3307 | 3379 | "OpportunityConflict",
|
3308 | 3380 | "ResourceSnapshotAccessDenied",
|
3309 | 3381 | "ResourceSnapshotValidationFailed",
|
3310 | 3382 | "ResourceSnapshotConflict",
|
3311 |
| - "InternalError", |
3312 | 3383 | "ServiceQuotaExceeded",
|
3313 | 3384 | "RequestThrottled"
|
3314 | 3385 | ]
|
|
3655 | 3726 | "shape":"StartEngagementByAcceptingInvitationTaskRequestClientTokenString",
|
3656 | 3727 | "idempotencyToken":true
|
3657 | 3728 | },
|
3658 |
| - "Identifier":{"shape":"EngagementInvitationArnOrIdentifier"} |
| 3729 | + "Identifier":{"shape":"EngagementInvitationArnOrIdentifier"}, |
| 3730 | + "Tags":{"shape":"TagList"} |
3659 | 3731 | }
|
3660 | 3732 | },
|
3661 | 3733 | "StartEngagementByAcceptingInvitationTaskRequestClientTokenString":{
|
|
3692 | 3764 | "shape":"StartEngagementFromOpportunityTaskRequestClientTokenString",
|
3693 | 3765 | "idempotencyToken":true
|
3694 | 3766 | },
|
3695 |
| - "Identifier":{"shape":"OpportunityIdentifier"} |
| 3767 | + "Identifier":{"shape":"OpportunityIdentifier"}, |
| 3768 | + "Tags":{"shape":"TagList"} |
3696 | 3769 | }
|
3697 | 3770 | },
|
3698 | 3771 | "StartEngagementFromOpportunityTaskRequestClientTokenString":{
|
|
3752 | 3825 | "Visibility":{"shape":"Visibility"}
|
3753 | 3826 | }
|
3754 | 3827 | },
|
| 3828 | + "Tag":{ |
| 3829 | + "type":"structure", |
| 3830 | + "required":[ |
| 3831 | + "Key", |
| 3832 | + "Value" |
| 3833 | + ], |
| 3834 | + "members":{ |
| 3835 | + "Key":{"shape":"TagKey"}, |
| 3836 | + "Value":{"shape":"TagValue"} |
| 3837 | + } |
| 3838 | + }, |
| 3839 | + "TagKey":{ |
| 3840 | + "type":"string", |
| 3841 | + "max":128, |
| 3842 | + "min":1, |
| 3843 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" |
| 3844 | + }, |
| 3845 | + "TagKeyList":{ |
| 3846 | + "type":"list", |
| 3847 | + "member":{"shape":"TagKey"}, |
| 3848 | + "max":50, |
| 3849 | + "min":1 |
| 3850 | + }, |
| 3851 | + "TagList":{ |
| 3852 | + "type":"list", |
| 3853 | + "member":{"shape":"Tag"}, |
| 3854 | + "max":200, |
| 3855 | + "min":1 |
| 3856 | + }, |
| 3857 | + "TagResourceRequest":{ |
| 3858 | + "type":"structure", |
| 3859 | + "required":[ |
| 3860 | + "ResourceArn", |
| 3861 | + "Tags" |
| 3862 | + ], |
| 3863 | + "members":{ |
| 3864 | + "ResourceArn":{"shape":"TaggableResourceArn"}, |
| 3865 | + "Tags":{"shape":"TagList"} |
| 3866 | + } |
| 3867 | + }, |
| 3868 | + "TagResourceResponse":{ |
| 3869 | + "type":"structure", |
| 3870 | + "members":{ |
| 3871 | + } |
| 3872 | + }, |
| 3873 | + "TagValue":{ |
| 3874 | + "type":"string", |
| 3875 | + "max":256, |
| 3876 | + "min":0, |
| 3877 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" |
| 3878 | + }, |
| 3879 | + "TaggableResourceArn":{ |
| 3880 | + "type":"string", |
| 3881 | + "max":1000, |
| 3882 | + "min":1, |
| 3883 | + "pattern":"^arn:[\\w+=/,.@-]+:partnercentral:[\\w+=/,.@-]*:[0-9]{12}:catalog/([a-zA-Z]+)/[\\w+=,.@-]+(/[\\w+=,.@-]+)*$" |
| 3884 | + }, |
3755 | 3885 | "TaskArn":{
|
3756 | 3886 | "type":"string",
|
3757 | 3887 | "pattern":"^arn:.*"
|
|
3791 | 3921 | },
|
3792 | 3922 | "exception":true
|
3793 | 3923 | },
|
| 3924 | + "UntagResourceRequest":{ |
| 3925 | + "type":"structure", |
| 3926 | + "required":[ |
| 3927 | + "ResourceArn", |
| 3928 | + "TagKeys" |
| 3929 | + ], |
| 3930 | + "members":{ |
| 3931 | + "ResourceArn":{"shape":"TaggableResourceArn"}, |
| 3932 | + "TagKeys":{"shape":"TagKeyList"} |
| 3933 | + } |
| 3934 | + }, |
| 3935 | + "UntagResourceResponse":{ |
| 3936 | + "type":"structure", |
| 3937 | + "members":{ |
| 3938 | + } |
| 3939 | + }, |
3794 | 3940 | "UpdateOpportunityRequest":{
|
3795 | 3941 | "type":"structure",
|
3796 | 3942 | "required":[
|
|
0 commit comments