Values.ConformancePackStatusDetailSourceStatus details of a conformance pack.
type nonrec t = {conformancePackName : ConformancePackName.t option;Name of the conformance pack.
*)conformancePackId : ConformancePackId.t option;ID of the conformance pack.
*)conformancePackArn : ConformancePackArn.t option;Amazon Resource Name (ARN) of comformance pack.
*)conformancePackState : ConformancePackState.t option;Indicates deployment status of conformance pack. Config sets the state of the conformance pack to: CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account. CREATE_COMPLETE when a conformance pack has been successfully created in your account. CREATE_FAILED when a conformance pack creation failed in your account. DELETE_IN_PROGRESS when a conformance pack deletion is in progress. DELETE_FAILED when a conformance pack deletion failed in your account.
*)stackArn : StackArn.t option;Amazon Resource Name (ARN) of CloudFormation stack.
*)conformancePackStatusReason : ConformancePackStatusReason.t option;The reason of conformance pack creation failure.
*)lastUpdateRequestedTime : Date.t option;Last time when conformation pack creation and update was requested.
*)lastUpdateCompletedTime : Date.t option;Last time when conformation pack creation and update was successful.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConformancePackName.t
| `Timestamp of Date.t ])
list ]