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.GetCaseEventConfiguration

Description

Returns the case event publishing configuration.

Synopsis

Creating a Request

data GetCaseEventConfiguration Source #

See: newGetCaseEventConfiguration smart constructor.

Constructors

GetCaseEventConfiguration' 

Fields

Instances

Instances details
ToJSON GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

ToHeaders GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

ToPath GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

ToQuery GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

AWSRequest GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Generic GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Associated Types

type Rep GetCaseEventConfiguration :: Type -> Type #

Read GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Show GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

NFData GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Eq GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Hashable GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

type AWSResponse GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

type Rep GetCaseEventConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

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

newGetCaseEventConfiguration Source #

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

GetCaseEventConfiguration, getCaseEventConfiguration_domainId - The unique identifier of the Cases domain.

Request Lenses

getCaseEventConfiguration_domainId :: Lens' GetCaseEventConfiguration Text Source #

The unique identifier of the Cases domain.

Destructuring the Response

data GetCaseEventConfigurationResponse Source #

See: newGetCaseEventConfigurationResponse smart constructor.

Constructors

GetCaseEventConfigurationResponse' 

Fields

Instances

Instances details
Generic GetCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Associated Types

type Rep GetCaseEventConfigurationResponse :: Type -> Type #

Read GetCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Show GetCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

NFData GetCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

Eq GetCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

type Rep GetCaseEventConfigurationResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetCaseEventConfiguration

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

newGetCaseEventConfigurationResponse Source #

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

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

Response Lenses

getCaseEventConfigurationResponse_eventBridge :: Lens' GetCaseEventConfigurationResponse EventBridgeConfiguration Source #

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