Values.AliasConfigurationSourceProvides configuration information about a Lambda function alias.
type nonrec t = {aliasArn : FunctionArn.t option;The Amazon Resource Name (ARN) of the alias.
*)name : Alias.t option;The name of the alias.
*)functionVersion : Version.t option;The function version that the alias invokes.
*)description : Description.t option;A description of the alias.
*)routingConfig : AliasRoutingConfiguration.t option;The routing configuration of the alias.
*)revisionId : String_.t option;A unique identifier that changes when you update the alias.
*)}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
* [> `String of FunctionArn.t
| `Structure of
(string
* [> `Map of
([> `String of AdditionalVersion.t ]
* [> `Double of Weight.t ])
list ])
list ])
list ]