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.WellArchitected.UpdateGlobalSettings
Description
Updates whether the Amazon Web Services account is opted into organization sharing features.
Synopsis
- data UpdateGlobalSettings = UpdateGlobalSettings' {}
- newUpdateGlobalSettings :: UpdateGlobalSettings
- updateGlobalSettings_organizationSharingStatus :: Lens' UpdateGlobalSettings (Maybe OrganizationSharingStatus)
- data UpdateGlobalSettingsResponse = UpdateGlobalSettingsResponse' {
- newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse
Creating a Request
data UpdateGlobalSettings Source #
See: newUpdateGlobalSettings
smart constructor.
Constructors
UpdateGlobalSettings' | |
Fields
|
Instances
newUpdateGlobalSettings :: UpdateGlobalSettings Source #
Create a value of UpdateGlobalSettings
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:organizationSharingStatus:UpdateGlobalSettings'
, updateGlobalSettings_organizationSharingStatus
- The status of organization sharing settings.
Request Lenses
updateGlobalSettings_organizationSharingStatus :: Lens' UpdateGlobalSettings (Maybe OrganizationSharingStatus) Source #
The status of organization sharing settings.
Destructuring the Response
data UpdateGlobalSettingsResponse Source #
See: newUpdateGlobalSettingsResponse
smart constructor.
Constructors
UpdateGlobalSettingsResponse' | |
Instances
Generic UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.WellArchitected.UpdateGlobalSettings Associated Types type Rep UpdateGlobalSettingsResponse :: Type -> Type # | |
Read UpdateGlobalSettingsResponse Source # | |
Show UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.WellArchitected.UpdateGlobalSettings Methods showsPrec :: Int -> UpdateGlobalSettingsResponse -> ShowS # show :: UpdateGlobalSettingsResponse -> String # showList :: [UpdateGlobalSettingsResponse] -> ShowS # | |
NFData UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.WellArchitected.UpdateGlobalSettings Methods rnf :: UpdateGlobalSettingsResponse -> () # | |
Eq UpdateGlobalSettingsResponse Source # | |
Defined in Amazonka.WellArchitected.UpdateGlobalSettings Methods (==) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # (/=) :: UpdateGlobalSettingsResponse -> UpdateGlobalSettingsResponse -> Bool # | |
type Rep UpdateGlobalSettingsResponse Source # | |
newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #
Create a value of UpdateGlobalSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.