amazonka-workspaces-web-2.0: Amazon WorkSpaces Web 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.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Description

Updates the user access logging settings.

Synopsis

Creating a Request

data UpdateUserAccessLoggingSettings Source #

See: newUpdateUserAccessLoggingSettings smart constructor.

Constructors

UpdateUserAccessLoggingSettings' 

Fields

  • clientToken :: Maybe Text

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

    If you do not specify a client token, one is automatically generated by the AWS SDK.

  • kinesisStreamArn :: Maybe Text

    The ARN of the Kinesis stream.

  • userAccessLoggingSettingsArn :: Text

    The ARN of the user access logging settings.

Instances

Instances details
ToJSON UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

ToHeaders UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

ToPath UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

ToQuery UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

AWSRequest UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Generic UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Associated Types

type Rep UpdateUserAccessLoggingSettings :: Type -> Type #

Read UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Show UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

NFData UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Eq UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Hashable UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type AWSResponse UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type Rep UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type Rep UpdateUserAccessLoggingSettings = D1 ('MetaData "UpdateUserAccessLoggingSettings" "Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UpdateUserAccessLoggingSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kinesisStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userAccessLoggingSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateUserAccessLoggingSettings Source #

Create a value of UpdateUserAccessLoggingSettings 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:clientToken:UpdateUserAccessLoggingSettings', updateUserAccessLoggingSettings_clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

UpdateUserAccessLoggingSettings, updateUserAccessLoggingSettings_kinesisStreamArn - The ARN of the Kinesis stream.

UpdateUserAccessLoggingSettings, updateUserAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

Request Lenses

updateUserAccessLoggingSettings_clientToken :: Lens' UpdateUserAccessLoggingSettings (Maybe Text) Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

Destructuring the Response

data UpdateUserAccessLoggingSettingsResponse Source #

Constructors

UpdateUserAccessLoggingSettingsResponse' 

Fields

Instances

Instances details
Generic UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Read UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Show UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

NFData UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Eq UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type Rep UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type Rep UpdateUserAccessLoggingSettingsResponse = D1 ('MetaData "UpdateUserAccessLoggingSettingsResponse" "Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UpdateUserAccessLoggingSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "userAccessLoggingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserAccessLoggingSettings)))

Response Lenses