Values.AcceptResourceShareInvitationResponseSourceAccepts an invitation to a resource share from another Amazon Web Services account. After you accept the invitation, the resources included in the resource share are available to interact with in the relevant Amazon Web Services Management Consoles and tools.
type nonrec t = {clientToken : String_.t option;The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
*)}type nonrec error = [ | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InvalidClientTokenException of InvalidClientTokenException.t| `MalformedArnException of MalformedArnException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ServerInternalException of ServerInternalException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidClientTokenException of InvalidClientTokenException.t
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceShareInvitationAlreadyAcceptedException of
ResourceShareInvitationAlreadyAcceptedException.t
| `ResourceShareInvitationAlreadyRejectedException of
ResourceShareInvitationAlreadyRejectedException.t
| `ResourceShareInvitationArnNotFoundException of
ResourceShareInvitationArnNotFoundException.t
| `ResourceShareInvitationExpiredException of
ResourceShareInvitationExpiredException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidClientTokenException of InvalidClientTokenException.t
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceShareInvitationAlreadyAcceptedException of
ResourceShareInvitationAlreadyAcceptedException.t
| `ResourceShareInvitationAlreadyRejectedException of
ResourceShareInvitationAlreadyRejectedException.t
| `ResourceShareInvitationArnNotFoundException of
ResourceShareInvitationArnNotFoundException.t
| `ResourceShareInvitationExpiredException of
ResourceShareInvitationExpiredException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]
list
| `String of String_.t
| `Timestamp of DateTime.t ])
list ])
list ]