Values.CreateComponentRequestSourceCreates a new component for an Amplify app.
type nonrec t = {appId : String_.t;The unique ID of the Amplify app to associate with the component.
*)environmentName : String_.t;The name of the backend environment that is a part of the Amplify app.
*)clientToken : String_.t option;The unique client token.
*)componentToCreate : CreateComponentData.t;Represents the configuration of the component to create.
*)}val make :
?clientToken:??? ->
appId:String_.t ->
environmentName:String_.t ->
componentToCreate:CreateComponentData.t ->
unit ->
tval of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * CreateComponentData.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]