amazonka-wellarchitected-2.0: Amazon Well-Architected Tool SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WellArchitected.UpdateGlobalSettings

Description

Updates whether the Amazon Web Services account is opted into organization sharing features.

Synopsis

Creating a Request

data UpdateGlobalSettings Source #

See: newUpdateGlobalSettings smart constructor.

Constructors

UpdateGlobalSettings' 

Fields

Instances

Instances details
ToJSON UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

ToHeaders UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

ToPath UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

ToQuery UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

AWSRequest UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Associated Types

type AWSResponse UpdateGlobalSettings #

Generic UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettings :: Type -> Type #

Read UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Show UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

NFData UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Methods

rnf :: UpdateGlobalSettings -> () #

Eq UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Hashable UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

type AWSResponse UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

type Rep UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

type Rep UpdateGlobalSettings = D1 ('MetaData "UpdateGlobalSettings" "Amazonka.WellArchitected.UpdateGlobalSettings" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "UpdateGlobalSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationSharingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationSharingStatus))))

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

Destructuring the Response

data UpdateGlobalSettingsResponse Source #

See: newUpdateGlobalSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettingsResponse :: Type -> Type #

Read UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Show UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

NFData UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

Eq UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse = D1 ('MetaData "UpdateGlobalSettingsResponse" "Amazonka.WellArchitected.UpdateGlobalSettings" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "UpdateGlobalSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #

Create a value of UpdateGlobalSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.