Values.GetApplicationResponseSourceDescribes the details of a specific application.
type nonrec t = {applicationArn : Arn.t option;The Amazon Resource Name (ARN) of the application.
*)applicationId : Identifier.t option;The identifier of the application.
*)creationTime : Timestamp.t option;The timestamp when this application was created.
*)deployedVersion : DeployedVersionSummary.t option;The version of the application that is deployed.
*)description : EntityDescription.t option;The description of the application.
*)engineType : EngineType.t option;The type of the target platform for the application.
*)environmentId : Identifier.t option;The identifier of the runtime environment where you want to deploy the application.
*)kmsKeyId : String_.t option;The identifier of a customer managed key.
*)lastStartTime : Timestamp.t option;The timestamp when you last started the application. Null until the application runs for the first time.
*)latestVersion : ApplicationVersionSummary.t option;The latest version of the application.
*)listenerArns : ArnList.t option;The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an application.
*)listenerPorts : PortList.t option;The port associated with the network load balancer listener created in your Amazon Web Services account.
*)loadBalancerDnsName : String100.t option;The public DNS name of the load balancer created in your Amazon Web Services account.
*)logGroups : LogGroupSummaries.t option;The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the customer's account.
*)name : EntityName.t option;The unique identifier of the application.
*)roleArn : Arn.t option;The Amazon Resource Name (ARN) of the role associated with the application.
*)status : ApplicationLifecycle.t option;The status of the application.
*)statusReason : String_.t option;The reason for the reported status.
*)targetGroupArns : ArnList.t option;Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?applicationArn:??? ->
?applicationId:??? ->
?creationTime:??? ->
?deployedVersion:??? ->
?description:??? ->
?engineType:??? ->
?environmentId:??? ->
?kmsKeyId:??? ->
?lastStartTime:??? ->
?latestVersion:??? ->
?listenerArns:??? ->
?listenerPorts:??? ->
?loadBalancerDnsName:??? ->
?logGroups:??? ->
?name:??? ->
?roleArn:??? ->
?status:??? ->
?statusReason:??? ->
?tags:??? ->
?targetGroupArns:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Integer of Integer.t
| `String of Arn.t
| `Structure of
(string * [> `String of LogGroupIdentifier.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Version.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]