Values.CreateComponentResponseSourceCreates a new component that can be used to build, validate, test, and assess your image. The component is based on a YAML document that you specify using exactly one of the following methods: Inline, using the data property in the request body. A URL that points to a YAML document file stored in Amazon S3, using the uri property in the request body.
type nonrec t = {requestId : NonEmptyString.t option;The request ID that uniquely identifies this request.
*)clientToken : ClientToken.t option;The client token that uniquely identifies the request.
*)componentBuildVersionArn : ComponentBuildVersionArn.t option;The Amazon Resource Name (ARN) of the component that the request created.
*)latestVersionReferences : LatestVersionReferences.t option;The resource ARNs with different wildcard variations of semantic versioning.
*)}type nonrec error = [ | `CallRateLimitExceededException of CallRateLimitExceededException.t| `ClientException of ClientException.t| `DryRunOperationException of DryRunOperationException.t| `ForbiddenException of ForbiddenException.t| `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidRequestException of InvalidRequestException.t| `InvalidVersionNumberException of InvalidVersionNumberException.t| `ResourceInUseException of ResourceInUseException.t| `ServiceException of ServiceException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `DryRunOperationException of DryRunOperationException.t
| `ForbiddenException of ForbiddenException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidRequestException of InvalidRequestException.t
| `InvalidVersionNumberException of InvalidVersionNumberException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServiceException of ServiceException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `DryRunOperationException of DryRunOperationException.t
| `ForbiddenException of ForbiddenException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidRequestException of InvalidRequestException.t
| `InvalidVersionNumberException of InvalidVersionNumberException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServiceException of ServiceException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of ImageBuilderArn.t ]) list ])
list ]