Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.
Synopsis
- data GetConfigurationSetEventDestinations = GetConfigurationSetEventDestinations' {}
- newGetConfigurationSetEventDestinations :: Text -> GetConfigurationSetEventDestinations
- getConfigurationSetEventDestinations_configurationSetName :: Lens' GetConfigurationSetEventDestinations Text
- data GetConfigurationSetEventDestinationsResponse = GetConfigurationSetEventDestinationsResponse' {}
- newGetConfigurationSetEventDestinationsResponse :: Int -> GetConfigurationSetEventDestinationsResponse
- getConfigurationSetEventDestinationsResponse_eventDestinations :: Lens' GetConfigurationSetEventDestinationsResponse (Maybe [EventDestination])
- getConfigurationSetEventDestinationsResponse_httpStatus :: Lens' GetConfigurationSetEventDestinationsResponse Int
Creating a Request
data GetConfigurationSetEventDestinations Source #
See: newGetConfigurationSetEventDestinations
smart constructor.
GetConfigurationSetEventDestinations' | |
|
Instances
newGetConfigurationSetEventDestinations Source #
:: Text |
|
-> GetConfigurationSetEventDestinations |
Create a value of GetConfigurationSetEventDestinations
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:configurationSetName:GetConfigurationSetEventDestinations'
, getConfigurationSetEventDestinations_configurationSetName
- ConfigurationSetName
Request Lenses
getConfigurationSetEventDestinations_configurationSetName :: Lens' GetConfigurationSetEventDestinations Text Source #
ConfigurationSetName
Destructuring the Response
data GetConfigurationSetEventDestinationsResponse Source #
An object that contains information about an event destination.
See: newGetConfigurationSetEventDestinationsResponse
smart constructor.
GetConfigurationSetEventDestinationsResponse' | |
|
Instances
newGetConfigurationSetEventDestinationsResponse Source #
:: Int |
|
-> GetConfigurationSetEventDestinationsResponse |
Create a value of GetConfigurationSetEventDestinationsResponse
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:eventDestinations:GetConfigurationSetEventDestinationsResponse'
, getConfigurationSetEventDestinationsResponse_eventDestinations
- Undocumented member.
$sel:httpStatus:GetConfigurationSetEventDestinationsResponse'
, getConfigurationSetEventDestinationsResponse_httpStatus
- The response's http status code.
Response Lenses
getConfigurationSetEventDestinationsResponse_eventDestinations :: Lens' GetConfigurationSetEventDestinationsResponse (Maybe [EventDestination]) Source #
Undocumented member.
getConfigurationSetEventDestinationsResponse_httpStatus :: Lens' GetConfigurationSetEventDestinationsResponse Int Source #
The response's http status code.