Values.CreatePermissionResponseSourceCreates a customer managed permission for a specified resource type that you can attach to resource shares. It is created in the Amazon Web Services Region in which you call the operation.
type nonrec t = {permission : ResourceSharePermissionSummary.t option;A structure with information about this customer managed permission.
*)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| `InvalidParameterException of InvalidParameterException.t| `InvalidPolicyException of InvalidPolicyException.t| `MalformedPolicyTemplateException of MalformedPolicyTemplateException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `PermissionAlreadyExistsException of PermissionAlreadyExistsException.t| `PermissionLimitExceededException of PermissionLimitExceededException.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
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPolicyException of InvalidPolicyException.t
| `MalformedPolicyTemplateException of MalformedPolicyTemplateException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `PermissionAlreadyExistsException of PermissionAlreadyExistsException.t
| `PermissionLimitExceededException of PermissionLimitExceededException.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
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPolicyException of InvalidPolicyException.t
| `MalformedPolicyTemplateException of MalformedPolicyTemplateException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `PermissionAlreadyExistsException of PermissionAlreadyExistsException.t
| `PermissionLimitExceededException of PermissionLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]