amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.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

AWSRequest StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Associated Types

type AWSResponse StopContactRecording #

Generic StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Associated Types

type Rep StopContactRecording :: Type -> Type #

Read StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Show StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

NFData StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Methods

rnf :: StopContactRecording -> () #

Eq StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Hashable StopContactRecording Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

type AWSResponse 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" '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))))

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:

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

StopContactRecording, stopContactRecording_contactId - The identifier of the contact.

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
Generic StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Associated Types

type Rep StopContactRecordingResponse :: Type -> Type #

Read StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Show StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

NFData StopContactRecordingResponse Source # 
Instance details

Defined in Amazonka.Connect.StopContactRecording

Eq 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" '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