Module Values.DescribeAppVersionResourceRequestSource

Describes a resource of the Resilience Hub application. This API accepts only one of the following parameters to describe the resource: resourceName logicalResourceId physicalResourceId (Along with physicalResourceId, you can also provide awsAccountId, and awsRegion)

Sourcetype nonrec t = {
  1. appArn : Arn.t;
    (*

    Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

    *)
  2. appVersion : EntityVersion.t;
    (*

    Resilience Hub application version.

    *)
  3. awsAccountId : CustomerId.t option;
    (*

    Amazon Web Services account that owns the physical resource.

    *)
  4. awsRegion : AwsRegion.t option;
    (*

    Amazon Web Services region that owns the physical resource.

    *)
  5. logicalResourceId : LogicalResourceId.t option;
    (*

    Logical identifier of the resource.

    *)
  6. physicalResourceId : String2048.t option;
    (*

    Physical identifier of the resource.

    *)
  7. resourceName : EntityName.t option;
    (*

    Name of the resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?awsAccountId:??? -> ?awsRegion:??? -> ?logicalResourceId:??? -> ?physicalResourceId:??? -> ?resourceName:??? -> appArn:Arn.t -> appVersion:EntityVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `String of String255.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t