Values.StartTestSetGenerationResponseSourceThe action to start the generation of test set.
type nonrec t = {testSetGenerationId : Id.t option;The unique identifier of the test set generation to describe.
*)creationDateTime : Timestamp.t option;The creation date and time for the test set generation.
*)testSetGenerationStatus : TestSetGenerationStatus.t option;The status for the test set generation.
*)testSetName : Name.t option;The test set name used for the test set generation.
*)description : Description.t option;The description used for the test set generation.
*)storageLocation : TestSetStorageLocation.t option;The Amazon S3 storage location for the test set generation.
*)generationDataSource : TestSetGenerationDataSource.t option;The data source for the test set generation.
*)roleArn : RoleArn.t option;The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
*)testSetTags : TagMap.t option;A list of tags that was used for the test set that is being generated.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Id.t
| `Structure of
(string
* [> `String of S3BucketName.t
| `Structure of
(string
* [> `String of Id.t
| `Structure of
(string
* [> `Enum of string | `Timestamp of Timestamp.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]