| 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.AppIntegrationS.UpdateEventIntegration
Description
Updates the description of an event integration.
Synopsis
- data UpdateEventIntegration = UpdateEventIntegration' {
- description :: Maybe Text
- name :: Text
- newUpdateEventIntegration :: Text -> UpdateEventIntegration
- updateEventIntegration_description :: Lens' UpdateEventIntegration (Maybe Text)
- updateEventIntegration_name :: Lens' UpdateEventIntegration Text
- data UpdateEventIntegrationResponse = UpdateEventIntegrationResponse' {
- httpStatus :: Int
- newUpdateEventIntegrationResponse :: Int -> UpdateEventIntegrationResponse
- updateEventIntegrationResponse_httpStatus :: Lens' UpdateEventIntegrationResponse Int
Creating a Request
data UpdateEventIntegration Source #
See: newUpdateEventIntegration smart constructor.
Constructors
| UpdateEventIntegration' | |
Fields
| |
Instances
newUpdateEventIntegration Source #
Arguments
| :: Text | |
| -> UpdateEventIntegration |
Create a value of UpdateEventIntegration 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:
UpdateEventIntegration, updateEventIntegration_description - The description of the event inegration.
UpdateEventIntegration, updateEventIntegration_name - The name of the event integration.
Request Lenses
updateEventIntegration_description :: Lens' UpdateEventIntegration (Maybe Text) Source #
The description of the event inegration.
updateEventIntegration_name :: Lens' UpdateEventIntegration Text Source #
The name of the event integration.
Destructuring the Response
data UpdateEventIntegrationResponse Source #
See: newUpdateEventIntegrationResponse smart constructor.
Constructors
| UpdateEventIntegrationResponse' | |
Fields
| |
Instances
newUpdateEventIntegrationResponse Source #
Create a value of UpdateEventIntegrationResponse 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:UpdateEventIntegrationResponse', updateEventIntegrationResponse_httpStatus - The response's http status code.
Response Lenses
updateEventIntegrationResponse_httpStatus :: Lens' UpdateEventIntegrationResponse Int Source #
The response's http status code.