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 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' {
- name :: Maybe Text
- description :: Maybe Text
- identifier :: Text
- newUpdateDataIntegration :: Text -> UpdateDataIntegration
- updateDataIntegration_name :: Lens' UpdateDataIntegration (Maybe Text)
- updateDataIntegration_description :: 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.
UpdateDataIntegration' | |
|
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:
$sel:name:UpdateDataIntegration'
, updateDataIntegration_name
- The name of the DataIntegration.
$sel:description:UpdateDataIntegration'
, updateDataIntegration_description
- A description of the DataIntegration.
$sel:identifier:UpdateDataIntegration'
, updateDataIntegration_identifier
- A unique identifier for the DataIntegration.
Request Lenses
updateDataIntegration_name :: Lens' UpdateDataIntegration (Maybe Text) Source #
The name of the DataIntegration.
updateDataIntegration_description :: Lens' UpdateDataIntegration (Maybe Text) Source #
A description 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.
UpdateDataIntegrationResponse' | |
|
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.