| 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.Inspector2.UpdateOrganizationConfiguration
Description
Updates the configurations for your Amazon Inspector organization.
Synopsis
- data UpdateOrganizationConfiguration = UpdateOrganizationConfiguration' {}
- newUpdateOrganizationConfiguration :: AutoEnable -> UpdateOrganizationConfiguration
- updateOrganizationConfiguration_autoEnable :: Lens' UpdateOrganizationConfiguration AutoEnable
- data UpdateOrganizationConfigurationResponse = UpdateOrganizationConfigurationResponse' {}
- newUpdateOrganizationConfigurationResponse :: Int -> AutoEnable -> UpdateOrganizationConfigurationResponse
- updateOrganizationConfigurationResponse_httpStatus :: Lens' UpdateOrganizationConfigurationResponse Int
- updateOrganizationConfigurationResponse_autoEnable :: Lens' UpdateOrganizationConfigurationResponse AutoEnable
Creating a Request
data UpdateOrganizationConfiguration Source #
See: newUpdateOrganizationConfiguration smart constructor.
Constructors
| UpdateOrganizationConfiguration' | |
Fields
| |
Instances
newUpdateOrganizationConfiguration Source #
Create a value of UpdateOrganizationConfiguration 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:
UpdateOrganizationConfiguration, updateOrganizationConfiguration_autoEnable - Defines which scan types are enabled automatically for new members of
your Amazon Inspector organization.
Request Lenses
updateOrganizationConfiguration_autoEnable :: Lens' UpdateOrganizationConfiguration AutoEnable Source #
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
Destructuring the Response
data UpdateOrganizationConfigurationResponse Source #
See: newUpdateOrganizationConfigurationResponse smart constructor.
Constructors
| UpdateOrganizationConfigurationResponse' | |
Fields
| |
Instances
newUpdateOrganizationConfigurationResponse Source #
Arguments
| :: Int | |
| -> AutoEnable | |
| -> UpdateOrganizationConfigurationResponse |
Create a value of UpdateOrganizationConfigurationResponse 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:UpdateOrganizationConfigurationResponse', updateOrganizationConfigurationResponse_httpStatus - The response's http status code.
UpdateOrganizationConfiguration, updateOrganizationConfigurationResponse_autoEnable - The updated status of scan types automatically enabled for new members
of your Amazon Inspector organization.
Response Lenses
updateOrganizationConfigurationResponse_httpStatus :: Lens' UpdateOrganizationConfigurationResponse Int Source #
The response's http status code.
updateOrganizationConfigurationResponse_autoEnable :: Lens' UpdateOrganizationConfigurationResponse AutoEnable Source #
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.