Values.CollectorResponseSourceDescribes a Fleet Advisor collector.
type nonrec t = {collectorReferencedId : String_.t option;The reference ID of the Fleet Advisor collector.
*)collectorName : String_.t option;The name of the Fleet Advisor collector .
*)collectorVersion : String_.t option;The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2
*)versionStatus : VersionStatus.t option;Whether the collector version is up to date.
*)description : String_.t option;A summary description of the Fleet Advisor collector.
*)s3BucketName : String_.t option;The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
*)serviceAccessRoleArn : String_.t option;The IAM role that grants permissions to access the specified Amazon S3 bucket.
*)collectorHealthCheck : CollectorHealthCheck.t option;lastDataReceived : String_.t option;The timestamp of the last time the collector received data, in the following format: 2022-01-24T19:04:02.596113Z
*)registeredDate : String_.t option;The timestamp when DMS registered the collector, in the following format: 2022-01-24T19:04:02.596113Z
*)createdDate : String_.t option;The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z
*)modifiedDate : String_.t option;The timestamp when DMS last modified the collector, in the following format: 2022-01-24T19:04:02.596113Z
*)inventoryData : InventoryData.t option;}val make :
?collectorReferencedId:??? ->
?collectorName:??? ->
?collectorVersion:??? ->
?versionStatus:??? ->
?description:??? ->
?s3BucketName:??? ->
?serviceAccessRoleArn:??? ->
?collectorHealthCheck:??? ->
?lastDataReceived:??? ->
?registeredDate:??? ->
?createdDate:??? ->
?modifiedDate:??? ->
?inventoryData:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `Integer of IntegerOptional.t ])
list ])
list ]