Values.CreateEntitlementResultSourceCreates a new entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. WorkSpaces Applications user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.
type nonrec error = [ | `EntitlementAlreadyExistsException of EntitlementAlreadyExistsException.t| `LimitExceededException of LimitExceededException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntitlementAlreadyExistsException of EntitlementAlreadyExistsException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntitlementAlreadyExistsException of EntitlementAlreadyExistsException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ])
list ]