Values.UpdateAppVersionAppComponentRequestSourceUpdates an existing Application Component in the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
type nonrec t = {additionalInfo : AdditionalInfoMap.t option;Currently, there is no supported additional information for Application Components.
*)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.
*)id : String255.t;Identifier of the Application Component.
*)name : String255.t option;Name of the Application Component.
*)type_ : String255.t option;Type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.
*)}val make :
?additionalInfo:??? ->
?name:??? ->
?type_:??? ->
appArn:Arn.t ->
id:String255.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String128WithoutWhitespace.t ]
* [> `List of [> `String of String1024.t ] list ])
list
| `String of Arn.t ])
list ]