Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- cachedAccessToken_startUrl :: Lens' CachedAccessToken Text
- cachedAccessToken_region :: Lens' CachedAccessToken Region
- cachedAccessToken_accessToken :: Lens' CachedAccessToken (Sensitive Text)
- cachedAccessToken_expiresAt :: Lens' CachedAccessToken UTCTime
- identityDocument_devpayProductCodes :: Lens' IdentityDocument (Maybe [Text])
- identityDocument_billingProducts :: Lens' IdentityDocument (Maybe [Text])
- identityDocument_version :: Lens' IdentityDocument (Maybe Text)
- identityDocument_privateIp :: Lens' IdentityDocument (Maybe Text)
- identityDocument_availabilityZone :: Lens' IdentityDocument Text
- identityDocument_region :: Lens' IdentityDocument Region
- identityDocument_instanceId :: Lens' IdentityDocument Text
- identityDocument_instanceType :: Lens' IdentityDocument Text
- identityDocument_accountId :: Lens' IdentityDocument Text
- identityDocument_imageId :: Lens' IdentityDocument (Maybe Text)
- identityDocument_kernelId :: Lens' IdentityDocument (Maybe Text)
- identityDocument_ramdiskId :: Lens' IdentityDocument (Maybe Text)
- identityDocument_architecture :: Lens' IdentityDocument (Maybe Text)
- identityDocument_pendingTime :: Lens' IdentityDocument (Maybe ISO8601)
- env_region :: Lens' (Env' withAuth) Region
- env_logger :: Lens' (Env' withAuth) Logger
- env_hooks :: Lens' (Env' withAuth) Hooks
- env_retryCheck :: Lens' (Env' withAuth) (Int -> HttpException -> Bool)
- env_overrides :: Lens' (Env' withAuth) (Service -> Service)
- env_manager :: Lens' (Env' withAuth) Manager
- env_auth :: Lens (Env' withAuth) (Env' withAuth') (withAuth Auth) (withAuth' Auth)
- module Amazonka.Core.Lens