amazonka-support-1.3.2: Amazon Support SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for ResolveCase.

Synopsis

Creating a Request

resolveCase :: ResolveCase Source

Creates a value of ResolveCase with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

Destructuring the Response

resolveCaseResponse Source

Creates a value of ResolveCaseResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

rcrsInitialCaseStatus :: Lens' ResolveCaseResponse (Maybe Text) Source

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

rcrsFinalCaseStatus :: Lens' ResolveCaseResponse (Maybe Text) Source

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