| 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.UpdateDataIntegration
Description
Updates the description of a DataIntegration.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
Synopsis
- data UpdateDataIntegration = UpdateDataIntegration' {
- description :: Maybe Text
- name :: Maybe Text
- identifier :: Text
- newUpdateDataIntegration :: Text -> UpdateDataIntegration
- updateDataIntegration_description :: Lens' UpdateDataIntegration (Maybe Text)
- updateDataIntegration_name :: Lens' UpdateDataIntegration (Maybe Text)
- updateDataIntegration_identifier :: Lens' UpdateDataIntegration Text
- data UpdateDataIntegrationResponse = UpdateDataIntegrationResponse' {
- httpStatus :: Int
- newUpdateDataIntegrationResponse :: Int -> UpdateDataIntegrationResponse
- updateDataIntegrationResponse_httpStatus :: Lens' UpdateDataIntegrationResponse Int
Creating a Request
data UpdateDataIntegration Source #
See: newUpdateDataIntegration smart constructor.
Constructors
| UpdateDataIntegration' | |
Fields
| |
Instances
newUpdateDataIntegration Source #
Create a value of UpdateDataIntegration 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:
UpdateDataIntegration, updateDataIntegration_description - A description of the DataIntegration.
UpdateDataIntegration, updateDataIntegration_name - The name of the DataIntegration.
$sel:identifier:UpdateDataIntegration', updateDataIntegration_identifier - A unique identifier for the DataIntegration.
Request Lenses
updateDataIntegration_description :: Lens' UpdateDataIntegration (Maybe Text) Source #
A description of the DataIntegration.
updateDataIntegration_name :: Lens' UpdateDataIntegration (Maybe Text) Source #
The name of the DataIntegration.
updateDataIntegration_identifier :: Lens' UpdateDataIntegration Text Source #
A unique identifier for the DataIntegration.
Destructuring the Response
data UpdateDataIntegrationResponse Source #
See: newUpdateDataIntegrationResponse smart constructor.
Constructors
| UpdateDataIntegrationResponse' | |
Fields
| |
Instances
newUpdateDataIntegrationResponse Source #
Create a value of UpdateDataIntegrationResponse 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:UpdateDataIntegrationResponse', updateDataIntegrationResponse_httpStatus - The response's http status code.
Response Lenses
updateDataIntegrationResponse_httpStatus :: Lens' UpdateDataIntegrationResponse Int Source #
The response's http status code.