amazonka-connectcases-2.0: Amazon Connect Cases 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.ConnectCases.PutCaseEventConfiguration

Description

API for adding case event publishing configuration

Synopsis

Creating a Request

data PutCaseEventConfiguration Source #

See: newPutCaseEventConfiguration smart constructor.

Constructors

PutCaseEventConfiguration' 

Fields

Instances

Instances details
ToJSON PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

ToHeaders PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

ToPath PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

ToQuery PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

AWSRequest PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Generic PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Associated Types

type Rep PutCaseEventConfiguration :: Type -> Type #

Read PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Show PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

NFData PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Eq PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Hashable PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

type AWSResponse PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

type Rep PutCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

type Rep PutCaseEventConfiguration = D1 ('MetaData "PutCaseEventConfiguration" "Amazonka.ConnectCases.PutCaseEventConfiguration" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "PutCaseEventConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventBridge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventBridgeConfiguration)))

newPutCaseEventConfiguration Source #

Create a value of PutCaseEventConfiguration 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:

PutCaseEventConfiguration, putCaseEventConfiguration_domainId - The unique identifier of the Cases domain.

$sel:eventBridge:PutCaseEventConfiguration', putCaseEventConfiguration_eventBridge - Configuration to enable EventBridge case event delivery and determine what data is delivered.

Request Lenses

putCaseEventConfiguration_domainId :: Lens' PutCaseEventConfiguration Text Source #

The unique identifier of the Cases domain.

putCaseEventConfiguration_eventBridge :: Lens' PutCaseEventConfiguration EventBridgeConfiguration Source #

Configuration to enable EventBridge case event delivery and determine what data is delivered.

Destructuring the Response

data PutCaseEventConfigurationResponse Source #

See: newPutCaseEventConfigurationResponse smart constructor.

Constructors

PutCaseEventConfigurationResponse' 

Fields

Instances

Instances details
Generic PutCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Associated Types

type Rep PutCaseEventConfigurationResponse :: Type -> Type #

Read PutCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Show PutCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

NFData PutCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

Eq PutCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

type Rep PutCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.PutCaseEventConfiguration

type Rep PutCaseEventConfigurationResponse = D1 ('MetaData "PutCaseEventConfigurationResponse" "Amazonka.ConnectCases.PutCaseEventConfiguration" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "PutCaseEventConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutCaseEventConfigurationResponse Source #

Create a value of PutCaseEventConfigurationResponse 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:PutCaseEventConfigurationResponse', putCaseEventConfigurationResponse_httpStatus - The response's http status code.

Response Lenses