libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.StopContactRecording

Description

Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.

Only voice recordings are supported at this time.

Synopsis

Creating a Request

data StopContactRecording Source #

See: newStopContactRecording smart constructor.

Constructors

StopContactRecording' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • contactId :: Text

    The identifier of the contact.

  • initialContactId :: Text

    The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

Instances

Instances details
Eq StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Read StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Show StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Generic StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Associated Types

type Rep StopContactRecording :: Type -> Type #

NFData StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Methods

rnf :: StopContactRecording -> () #

Hashable StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

ToJSON StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

AWSRequest StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Associated Types

type AWSResponse StopContactRecording #

ToHeaders StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

ToPath StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

ToQuery StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

type Rep StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

type Rep StopContactRecording = D1 ('MetaData "StopContactRecording" "Amazonka.Connect.StopContactRecording" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "StopContactRecording'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "initialContactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

newStopContactRecording Source #

Create a value of StopContactRecording with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceId:StopContactRecording', stopContactRecording_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

$sel:contactId:StopContactRecording', stopContactRecording_contactId - The identifier of the contact.

$sel:initialContactId:StopContactRecording', stopContactRecording_initialContactId - The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

Request Lenses

stopContactRecording_instanceId :: Lens' StopContactRecording Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

stopContactRecording_initialContactId :: Lens' StopContactRecording Text Source #

The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

Destructuring the Response

data StopContactRecordingResponse Source #

See: newStopContactRecordingResponse smart constructor.

Constructors

StopContactRecordingResponse' 

Fields

Instances

Instances details
Eq StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Read StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Show StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Generic StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Associated Types

type Rep StopContactRecordingResponse :: Type -> Type #

NFData StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

type Rep StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

type Rep StopContactRecordingResponse = D1 ('MetaData "StopContactRecordingResponse" "Amazonka.Connect.StopContactRecording" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "StopContactRecordingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopContactRecordingResponse Source #

Create a value of StopContactRecordingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StopContactRecordingResponse', stopContactRecordingResponse_httpStatus - The response's http status code.

Response Lenses