amazonka-2.0: Comprehensive Amazon Web Services SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Amazonka.Lens

Description

Re-export lenses and other optics for types in amazonka and amazonka-core. You will probably find record updates, generic-lens, generic-optics, or (GHC >=9.2) -XOverloadedRecordDot more ergonomic than these.

Synopsis

Amazonka.Auth.SSO

CachedAccessToken

Amazonka.EC2.Metadata

IdentityDocument

Amazonka.Env

Env'

env_region :: forall (withAuth :: Type -> Type) f. Functor f => (Region -> f Region) -> Env' withAuth -> f (Env' withAuth) Source #

env_logger :: forall (withAuth :: Type -> Type) f. Functor f => (Logger -> f Logger) -> Env' withAuth -> f (Env' withAuth) Source #

env_hooks :: forall (withAuth :: Type -> Type) f. Functor f => (Hooks -> f Hooks) -> Env' withAuth -> f (Env' withAuth) Source #

env_retryCheck :: forall (withAuth :: Type -> Type) f. Functor f => ((Int -> HttpException -> Bool) -> f (Int -> HttpException -> Bool)) -> Env' withAuth -> f (Env' withAuth) Source #

env_overrides :: forall (withAuth :: Type -> Type) f. Functor f => ((Service -> Service) -> f (Service -> Service)) -> Env' withAuth -> f (Env' withAuth) Source #

env_manager :: forall (withAuth :: Type -> Type) f. Functor f => (Manager -> f Manager) -> Env' withAuth -> f (Env' withAuth) Source #

env_auth :: forall withAuth withAuth' f. Functor f => (withAuth Auth -> f (withAuth' Auth)) -> Env' withAuth -> f (Env' withAuth') Source #

Amazonka.Core.Lens