amazonka-support-0.2.0: Amazon Support SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.ResolveCase

Contents

Description

Takes a CaseId and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.

http://docs.aws.amazon.com/awssupport/latest/APIReference/API_ResolveCase.html

Synopsis

Request

Request constructor

resolveCase :: ResolveCase Source

ResolveCase constructor.

The fields accessible through corresponding lenses are:

Request lenses

rcCaseId :: Lens' ResolveCase (Maybe Text) Source

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Response

Response constructor

resolveCaseResponse :: ResolveCaseResponse Source

ResolveCaseResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rcrFinalCaseStatus :: Lens' ResolveCaseResponse (Maybe Text) Source

The status of the case after the ResolveCase request was processed.

rcrInitialCaseStatus :: Lens' ResolveCaseResponse (Maybe Text) Source

The status of the case when the ResolveCase request was sent.