| 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.SecurityLake.UpdateDatalake
Description
Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
Synopsis
- data UpdateDatalake = UpdateDatalake' {}
- newUpdateDatalake :: UpdateDatalake
- updateDatalake_configurations :: Lens' UpdateDatalake (HashMap Region LakeConfigurationRequest)
- data UpdateDatalakeResponse = UpdateDatalakeResponse' {
- httpStatus :: Int
- newUpdateDatalakeResponse :: Int -> UpdateDatalakeResponse
- updateDatalakeResponse_httpStatus :: Lens' UpdateDatalakeResponse Int
Creating a Request
data UpdateDatalake Source #
See: newUpdateDatalake smart constructor.
Constructors
| UpdateDatalake' | |
Fields
| |
Instances
newUpdateDatalake :: UpdateDatalake Source #
Create a value of UpdateDatalake 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:configurations:UpdateDatalake', updateDatalake_configurations - Specify the Region or Regions that will contribute data to the rollup
region.
Request Lenses
updateDatalake_configurations :: Lens' UpdateDatalake (HashMap Region LakeConfigurationRequest) Source #
Specify the Region or Regions that will contribute data to the rollup region.
Destructuring the Response
data UpdateDatalakeResponse Source #
See: newUpdateDatalakeResponse smart constructor.
Constructors
| UpdateDatalakeResponse' | |
Fields
| |
Instances
newUpdateDatalakeResponse Source #
Create a value of UpdateDatalakeResponse 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:UpdateDatalakeResponse', updateDatalakeResponse_httpStatus - The response's http status code.
Response Lenses
updateDatalakeResponse_httpStatus :: Lens' UpdateDatalakeResponse Int Source #
The response's http status code.