amazonka-ds-2.0: Amazon Directory Service 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.DirectoryService.UpdateSettings

Description

Updates the configurable settings for the specified directory.

Synopsis

Creating a Request

data UpdateSettings Source #

See: newUpdateSettings smart constructor.

Constructors

UpdateSettings' 

Fields

Instances

Instances details
ToJSON UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

ToHeaders UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

ToPath UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

ToQuery UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

AWSRequest UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Associated Types

type AWSResponse UpdateSettings #

Generic UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Associated Types

type Rep UpdateSettings :: Type -> Type #

Read UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Show UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

NFData UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Methods

rnf :: UpdateSettings -> () #

Eq UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Hashable UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

type AWSResponse UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

type Rep UpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

type Rep UpdateSettings = D1 ('MetaData "UpdateSettings" "Amazonka.DirectoryService.UpdateSettings" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "UpdateSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Setting])))

newUpdateSettings Source #

Create a value of UpdateSettings 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:

UpdateSettings, updateSettings_directoryId - The identifier of the directory for which to update settings.

$sel:settings:UpdateSettings', updateSettings_settings - The list of Setting objects.

Request Lenses

updateSettings_directoryId :: Lens' UpdateSettings Text Source #

The identifier of the directory for which to update settings.

updateSettings_settings :: Lens' UpdateSettings [Setting] Source #

The list of Setting objects.

Destructuring the Response

data UpdateSettingsResponse Source #

See: newUpdateSettingsResponse smart constructor.

Constructors

UpdateSettingsResponse' 

Fields

Instances

Instances details
Generic UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Associated Types

type Rep UpdateSettingsResponse :: Type -> Type #

Read UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Show UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

NFData UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

Methods

rnf :: UpdateSettingsResponse -> () #

Eq UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

type Rep UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.UpdateSettings

type Rep UpdateSettingsResponse = D1 ('MetaData "UpdateSettingsResponse" "Amazonka.DirectoryService.UpdateSettings" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "UpdateSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSettingsResponse Source #

Create a value of UpdateSettingsResponse 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:

UpdateSettings, updateSettingsResponse_directoryId - The identifier of the directory.

$sel:httpStatus:UpdateSettingsResponse', updateSettingsResponse_httpStatus - The response's http status code.

Response Lenses