Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.ConnectCases.GetCaseEventConfiguration
Description
Returns the case event publishing configuration.
Synopsis
- data GetCaseEventConfiguration = GetCaseEventConfiguration' {}
- newGetCaseEventConfiguration :: Text -> GetCaseEventConfiguration
- getCaseEventConfiguration_domainId :: Lens' GetCaseEventConfiguration Text
- data GetCaseEventConfigurationResponse = GetCaseEventConfigurationResponse' {}
- newGetCaseEventConfigurationResponse :: Int -> EventBridgeConfiguration -> GetCaseEventConfigurationResponse
- getCaseEventConfigurationResponse_httpStatus :: Lens' GetCaseEventConfigurationResponse Int
- getCaseEventConfigurationResponse_eventBridge :: Lens' GetCaseEventConfigurationResponse EventBridgeConfiguration
Creating a Request
data GetCaseEventConfiguration Source #
See: newGetCaseEventConfiguration
smart constructor.
Constructors
GetCaseEventConfiguration' | |
Instances
newGetCaseEventConfiguration Source #
Arguments
:: Text | |
-> GetCaseEventConfiguration |
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
newGetCaseEventConfigurationResponse Source #
Arguments
:: Int | |
-> EventBridgeConfiguration | |
-> GetCaseEventConfigurationResponse |
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_httpStatus :: Lens' GetCaseEventConfigurationResponse Int Source #
The response's http status code.
getCaseEventConfigurationResponse_eventBridge :: Lens' GetCaseEventConfigurationResponse EventBridgeConfiguration Source #
Configuration to enable EventBridge case event delivery and determine what data is delivered.