Values.PutProvisionedConcurrencyConfigResponseSourceAdds a provisioned concurrency configuration to a function's alias or version.
type nonrec t = {requestedProvisionedConcurrentExecutions : PositiveInteger.t option;The amount of provisioned concurrency requested.
*)availableProvisionedConcurrentExecutions : NonNegativeInteger.t option;The amount of provisioned concurrency available.
*)allocatedProvisionedConcurrentExecutions : NonNegativeInteger.t option;The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
*)status : ProvisionedConcurrencyStatusEnum.t option;The status of the allocation process.
*)statusReason : String_.t option;For failed allocations, the reason that provisioned concurrency could not be allocated.
*)lastModified : Timestamp.t option;The date and time that a user last updated the configuration, in ISO 8601 format.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceConflictException of ResourceConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PositiveInteger.t
| `String of String_.t ])
list ]