amazonka-support-1.2.0.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.AddCommunicationToCase

Contents

Description

Adds additional customer communication to an AWS Support case. You use the CaseId value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the CcEmailAddresses value. The CommunicationBody value contains the text of the communication.

The response indicates the success or failure of the request.

This operation implements a subset of the features of the AWS Support Center.

See: AWS API Reference for AddCommunicationToCase.

Synopsis

Creating a Request

addCommunicationToCase Source

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

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

Request Lenses

actcCaseId :: Lens' AddCommunicationToCase (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

actcCcEmailAddresses :: Lens' AddCommunicationToCase [Text] Source

The email addresses in the CC line of an email to be added to the support case.

actcAttachmentSetId :: Lens' AddCommunicationToCase (Maybe Text) Source

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

actcCommunicationBody :: Lens' AddCommunicationToCase Text Source

The body of an email communication to add to the support case.

Destructuring the Response

addCommunicationToCaseResponse Source

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

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

Response Lenses

actcrsResult :: Lens' AddCommunicationToCaseResponse (Maybe Bool) Source

True if AddCommunicationToCase succeeds. Otherwise, returns an error.