Values.GetCaseResponseSourceReturns the attributes of a case.
type nonrec t = {title : CaseTitle.t option;Response element for GetCase that provides the case title.
*)caseArn : CaseArn.t option;Response element for GetCase that provides the case ARN
*)description : CaseDescription.t option;Response element for GetCase that provides contents of the case description.
*)caseStatus : CaseStatus.t option;Response element for GetCase that provides the case status. Options for statuses include Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed
*)engagementType : EngagementType.t option;Response element for GetCase that provides the engagement type. Options for engagement type include Active Security Event | Investigations
*)reportedIncidentStartDate : Timestamp.t option;Response element for GetCase that provides the customer provided incident start date.
*)actualIncidentStartDate : Timestamp.t option;Response element for GetCase that provides the actual incident start date as identified by data analysis during the investigation.
*)impactedAwsRegions : ImpactedAwsRegionList.t option;Response element for GetCase that provides the impacted regions.
*)threatActorIpAddresses : ThreatActorIpList.t option;Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized activity.
*)pendingAction : PendingAction.t option;Response element for GetCase that identifies the case is waiting on customer input.
*)impactedAccounts : ImpactedAccounts.t option;Response element for GetCase that provides a list of impacted accounts.
*)watchers : Watchers.t option;Response element for GetCase that provides a list of Watchers added to the case.
*)createdDate : Timestamp.t option;Response element for GetCase that provides the date the case was created.
*)lastUpdatedDate : Timestamp.t option;Response element for GetCase that provides the date a case was last modified.
*)closureCode : ClosureCode.t option;Response element for GetCase that provides the summary code for why a case was closed.
*)resolverType : ResolverType.t option;Response element for GetCase that provides the current resolver types.
*)impactedServices : ImpactedServicesList.t option;Response element for GetCase that provides a list of impacted services.
*)caseAttachments : CaseAttachmentsList.t option;Response element for GetCase that provides a list of current case attachments.
*)closedDate : Timestamp.t option;Response element for GetCase that provides the date a specified case was closed.
*)caseMetadata : CaseMetadata.t option;Case response metadata
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `InvalidTokenException of InvalidTokenException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?title:??? ->
?caseArn:??? ->
?description:??? ->
?caseStatus:??? ->
?engagementType:??? ->
?reportedIncidentStartDate:??? ->
?actualIncidentStartDate:??? ->
?impactedAwsRegions:??? ->
?threatActorIpAddresses:??? ->
?pendingAction:??? ->
?impactedAccounts:??? ->
?watchers:??? ->
?createdDate:??? ->
?lastUpdatedDate:??? ->
?closureCode:??? ->
?resolverType:??? ->
?impactedServices:??? ->
?caseAttachments:??? ->
?closedDate:??? ->
?caseMetadata:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.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 ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.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
| `List of
[> `String of AWSAccountId.t
| `Structure of
(string
* [> `Enum of string
| `String of IPAddress.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of CaseTitle.t
| `Timestamp of Timestamp.t ])
list ]