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 |
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.
UpdateEventIntegration' | |
|
Instances
newUpdateEventIntegration Source #
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.
UpdateEventIntegrationResponse' | |
|
Instances
Eq UpdateEventIntegrationResponse Source # | |
Read UpdateEventIntegrationResponse Source # | |
Show UpdateEventIntegrationResponse Source # | |
Generic UpdateEventIntegrationResponse Source # | |
NFData UpdateEventIntegrationResponse Source # | |
Defined in Amazonka.AppIntegrationS.UpdateEventIntegration rnf :: UpdateEventIntegrationResponse -> () # | |
type Rep UpdateEventIntegrationResponse Source # | |
Defined in Amazonka.AppIntegrationS.UpdateEventIntegration type Rep UpdateEventIntegrationResponse = D1 ('MetaData "UpdateEventIntegrationResponse" "Amazonka.AppIntegrationS.UpdateEventIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "UpdateEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.