Values.DeleteAppVersionResourceRequestSourceDeletes a resource from the Resilience Hub application. You can only delete a manually added resource. To exclude non-manually added resources, use the UpdateAppVersionResource API. This action has no effect outside Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
type nonrec t = {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.
*)awsAccountId : CustomerId.t option;Amazon Web Services account that owns the physical resource.
*)awsRegion : AwsRegion.t option;Amazon Web Services region that owns the physical resource.
*)clientToken : ClientToken.t option;Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
*)logicalResourceId : LogicalResourceId.t option;Logical identifier of the resource.
*)physicalResourceId : String2048.t option;Physical identifier of the resource.
*)resourceName : EntityName.t option;Name of the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of (string * [> `String of String255.t ]) list ])
list ]