Values.CreateAppVersionAppComponentRequestSourceCreates a new 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.
*)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.
*)id : String255.t option;Identifier of the Application Component.
*)name : String255.t;Name of the Application Component.
*)type_ : String255.t;Type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.
*)}val make :
?additionalInfo:??? ->
?clientToken:??? ->
?id:??? ->
appArn:Arn.t ->
name:String255.t ->
type_: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 ]