{-# LANGUAGE LambdaCase #-} {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_GHC -Wall -Werror #-} -- | -- Module : Network.AWS.ELB.Internal -- Copyright : (c) 2013-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : experimental -- Portability : non-portable (GHC extensions) -- module Network.AWS.ELB.Internal ( getAccountId ) where import Network.AWS.Prelude -- | This account identifier is used when attaching a policy to your S3 bucket -- allowing ELB to upload and write access logs. -- -- /See:/ . getAccountId :: Region -> Text getAccountId = \case NorthVirginia -> "127311923021" Ohio -> "033677994240" NorthCalifornia -> "027434742980" Oregon -> "797873946194" Tokyo -> "582318560864" Seoul -> "600734575887" Mumbai -> "718504428378" Singapore -> "114774131450" Sydney -> "783225319266" Ireland -> "156460612806" Frankfurt -> "054676820928" SaoPaulo -> "507241528517" GovCloud -> "048591011584" GovCloudFIPS -> "048591011584" Beijing -> "638102146993"