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 |
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:
$sel:description:UpdateEventIntegration'
, updateEventIntegration_description
- The description of the event inegration.
$sel:name: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.