|
28 | 28 | {"shape":"ResourceShareInvitationAlreadyRejectedException"}, |
29 | 29 | {"shape":"ResourceShareInvitationExpiredException"}, |
30 | 30 | {"shape":"ServerInternalException"}, |
31 | | - {"shape":"ServiceUnavailableException"} |
| 31 | + {"shape":"ServiceUnavailableException"}, |
| 32 | + {"shape":"InvalidClientTokenException"}, |
| 33 | + {"shape":"IdempotentParameterMismatchException"} |
32 | 34 | ] |
33 | 35 | }, |
34 | 36 | "AssociateResourceShare":{ |
|
71 | 73 | {"shape":"InvalidParameterException"}, |
72 | 74 | {"shape":"OperationNotPermittedException"}, |
73 | 75 | {"shape":"ResourceShareLimitExceededException"}, |
| 76 | + {"shape":"TagPolicyViolationException"}, |
74 | 77 | {"shape":"ServerInternalException"}, |
75 | 78 | {"shape":"ServiceUnavailableException"} |
76 | 79 | ] |
|
199 | 202 | {"shape":"ServiceUnavailableException"} |
200 | 203 | ] |
201 | 204 | }, |
| 205 | + "ListPendingInvitationResources":{ |
| 206 | + "name":"ListPendingInvitationResources", |
| 207 | + "http":{ |
| 208 | + "method":"POST", |
| 209 | + "requestUri":"/listpendinginvitationresources" |
| 210 | + }, |
| 211 | + "input":{"shape":"ListPendingInvitationResourcesRequest"}, |
| 212 | + "output":{"shape":"ListPendingInvitationResourcesResponse"}, |
| 213 | + "errors":[ |
| 214 | + {"shape":"MalformedArnException"}, |
| 215 | + {"shape":"InvalidNextTokenException"}, |
| 216 | + {"shape":"InvalidParameterException"}, |
| 217 | + {"shape":"ServerInternalException"}, |
| 218 | + {"shape":"ServiceUnavailableException"}, |
| 219 | + {"shape":"ResourceShareInvitationArnNotFoundException"}, |
| 220 | + {"shape":"MissingRequiredParameterException"}, |
| 221 | + {"shape":"ResourceShareInvitationAlreadyRejectedException"}, |
| 222 | + {"shape":"ResourceShareInvitationExpiredException"} |
| 223 | + ] |
| 224 | + }, |
202 | 225 | "ListPrincipals":{ |
203 | 226 | "name":"ListPrincipals", |
204 | 227 | "http":{ |
|
250 | 273 | {"shape":"ResourceShareInvitationAlreadyRejectedException"}, |
251 | 274 | {"shape":"ResourceShareInvitationExpiredException"}, |
252 | 275 | {"shape":"ServerInternalException"}, |
253 | | - {"shape":"ServiceUnavailableException"} |
| 276 | + {"shape":"ServiceUnavailableException"}, |
| 277 | + {"shape":"InvalidClientTokenException"}, |
| 278 | + {"shape":"IdempotentParameterMismatchException"} |
254 | 279 | ] |
255 | 280 | }, |
256 | 281 | "TagResource":{ |
|
266 | 291 | {"shape":"MalformedArnException"}, |
267 | 292 | {"shape":"TagLimitExceededException"}, |
268 | 293 | {"shape":"ResourceArnNotFoundException"}, |
| 294 | + {"shape":"TagPolicyViolationException"}, |
269 | 295 | {"shape":"ServerInternalException"}, |
270 | 296 | {"shape":"ServiceUnavailableException"} |
271 | 297 | ] |
|
546 | 572 | "error":{"httpStatusCode":400}, |
547 | 573 | "exception":true |
548 | 574 | }, |
| 575 | + "ListPendingInvitationResourcesRequest":{ |
| 576 | + "type":"structure", |
| 577 | + "required":["resourceShareInvitationArn"], |
| 578 | + "members":{ |
| 579 | + "resourceShareInvitationArn":{"shape":"String"}, |
| 580 | + "nextToken":{"shape":"String"}, |
| 581 | + "maxResults":{"shape":"MaxResults"} |
| 582 | + } |
| 583 | + }, |
| 584 | + "ListPendingInvitationResourcesResponse":{ |
| 585 | + "type":"structure", |
| 586 | + "members":{ |
| 587 | + "resources":{"shape":"ResourceList"}, |
| 588 | + "nextToken":{"shape":"String"} |
| 589 | + } |
| 590 | + }, |
549 | 591 | "ListPrincipalsRequest":{ |
550 | 592 | "type":"structure", |
551 | 593 | "required":["resourceOwner"], |
|
714 | 756 | "type":"structure", |
715 | 757 | "members":{ |
716 | 758 | "resourceShareArn":{"shape":"String"}, |
| 759 | + "resourceShareName":{"shape":"String"}, |
717 | 760 | "associatedEntity":{"shape":"String"}, |
718 | 761 | "associationType":{"shape":"ResourceShareAssociationType"}, |
719 | 762 | "status":{"shape":"ResourceShareAssociationStatus"}, |
|
754 | 797 | "receiverAccountId":{"shape":"String"}, |
755 | 798 | "invitationTimestamp":{"shape":"DateTime"}, |
756 | 799 | "status":{"shape":"ResourceShareInvitationStatus"}, |
757 | | - "resourceShareAssociations":{"shape":"ResourceShareAssociationList"} |
| 800 | + "resourceShareAssociations":{ |
| 801 | + "shape":"ResourceShareAssociationList", |
| 802 | + "deprecated":true, |
| 803 | + "deprecatedMessage":"This member has been deprecated. Use ListPendingInvitationResources." |
| 804 | + } |
758 | 805 | } |
759 | 806 | }, |
760 | 807 | "ResourceShareInvitationAlreadyAcceptedException":{ |
|
839 | 886 | "AVAILABLE", |
840 | 887 | "ZONAL_RESOURCE_INACCESSIBLE", |
841 | 888 | "LIMIT_EXCEEDED", |
842 | | - "UNAVAILABLE" |
| 889 | + "UNAVAILABLE", |
| 890 | + "PENDING" |
843 | 891 | ] |
844 | 892 | }, |
845 | 893 | "ServerInternalException":{ |
|
897 | 945 | "type":"list", |
898 | 946 | "member":{"shape":"Tag"} |
899 | 947 | }, |
| 948 | + "TagPolicyViolationException":{ |
| 949 | + "type":"structure", |
| 950 | + "required":["message"], |
| 951 | + "members":{ |
| 952 | + "message":{"shape":"String"} |
| 953 | + }, |
| 954 | + "error":{"httpStatusCode":400}, |
| 955 | + "exception":true |
| 956 | + }, |
900 | 957 | "TagResourceRequest":{ |
901 | 958 | "type":"structure", |
902 | 959 | "required":[ |
|
0 commit comments