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 |
Retrieves the status of a DeleteEventsByEventType
action.
Synopsis
- data GetDeleteEventsByEventTypeStatus = GetDeleteEventsByEventTypeStatus' {}
- newGetDeleteEventsByEventTypeStatus :: Text -> GetDeleteEventsByEventTypeStatus
- getDeleteEventsByEventTypeStatus_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatus Text
- data GetDeleteEventsByEventTypeStatusResponse = GetDeleteEventsByEventTypeStatusResponse' {}
- newGetDeleteEventsByEventTypeStatusResponse :: Int -> GetDeleteEventsByEventTypeStatusResponse
- getDeleteEventsByEventTypeStatusResponse_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe Text)
- getDeleteEventsByEventTypeStatusResponse_eventsDeletionStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe AsyncJobStatus)
- getDeleteEventsByEventTypeStatusResponse_httpStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse Int
Creating a Request
data GetDeleteEventsByEventTypeStatus Source #
See: newGetDeleteEventsByEventTypeStatus
smart constructor.
GetDeleteEventsByEventTypeStatus' | |
|
Instances
newGetDeleteEventsByEventTypeStatus Source #
Create a value of GetDeleteEventsByEventTypeStatus
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:eventTypeName:GetDeleteEventsByEventTypeStatus'
, getDeleteEventsByEventTypeStatus_eventTypeName
- Name of event type for which to get the deletion status.
Request Lenses
getDeleteEventsByEventTypeStatus_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatus Text Source #
Name of event type for which to get the deletion status.
Destructuring the Response
data GetDeleteEventsByEventTypeStatusResponse Source #
See: newGetDeleteEventsByEventTypeStatusResponse
smart constructor.
GetDeleteEventsByEventTypeStatusResponse' | |
|
Instances
newGetDeleteEventsByEventTypeStatusResponse Source #
Create a value of GetDeleteEventsByEventTypeStatusResponse
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:eventTypeName:GetDeleteEventsByEventTypeStatus'
, getDeleteEventsByEventTypeStatusResponse_eventTypeName
- The event type name.
$sel:eventsDeletionStatus:GetDeleteEventsByEventTypeStatusResponse'
, getDeleteEventsByEventTypeStatusResponse_eventsDeletionStatus
- The deletion status.
$sel:httpStatus:GetDeleteEventsByEventTypeStatusResponse'
, getDeleteEventsByEventTypeStatusResponse_httpStatus
- The response's http status code.
Response Lenses
getDeleteEventsByEventTypeStatusResponse_eventTypeName :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe Text) Source #
The event type name.
getDeleteEventsByEventTypeStatusResponse_eventsDeletionStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse (Maybe AsyncJobStatus) Source #
The deletion status.
getDeleteEventsByEventTypeStatusResponse_httpStatus :: Lens' GetDeleteEventsByEventTypeStatusResponse Int Source #
The response's http status code.