Skip to content

Commit

Permalink
Consistent ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
nhibberd committed Aug 17, 2019
1 parent 6dea9b4 commit 4070b30
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions amazonka-elb/src/Network/AWS/ELB/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ getAccountId = \case
NorthCalifornia -> "027434742980"
Oregon -> "797873946194"
Montreal -> "985666609251"
HongKong -> "754344448648"
Tokyo -> "582318560864"
Seoul -> "600734575887"
Osaka -> "383597477331"
Mumbai -> "718504428378"
Singapore -> "114774131450"
Sydney -> "783225319266"
SaoPaulo -> "507241528517"
Ireland -> "156460612806"
London -> "652711504416"
Paris -> "009996457667"
Frankfurt -> "054676820928"
SaoPaulo -> "507241528517"
Stockholm -> "897822967062"
GovCloud -> "048591011584"
GovCloudFIPS -> "048591011584"
GovCloudEast -> "190560391635"
Beijing -> "638102146993"
Stockholm -> "897822967062"
Ningxia -> "037604701340"
Paris -> "009996457667"
HongKong -> "754344448648"
Osaka -> "383597477331"
10 changes: 5 additions & 5 deletions amazonka-redshift/src/Network/AWS/Redshift/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ getAccountId = \case
NorthCalifornia -> Just "262260360010"
Oregon -> Just "902366379725"
Montreal -> Just "907379612154"
HongKong -> Just "313564881002"
Tokyo -> Just "404641285394"
Seoul -> Just "760740231472"
Osaka -> Just "090321488786"
Mumbai -> Just "865932855811"
Singapore -> Just "361669875840"
Sydney -> Just "762762565011"
SaoPaulo -> Just "075028567923"
Frankfurt -> Just "053454850223"
Ireland -> Just "210876761215"
London -> Just "307160386991"
Paris -> Just "915173422425"
Frankfurt -> Just "053454850223"
Stockholm -> Just "729911121831"
GovCloud -> Nothing
GovCloudEast -> Nothing
GovCloudFIPS -> Nothing
Beijing -> Nothing
Ningxia -> Nothing
Stockholm -> Just "729911121831"
Paris -> Just "915173422425"
Osaka -> Just "090321488786"
HongKong -> Just "313564881002"
8 changes: 4 additions & 4 deletions amazonka-route53/src/Network/AWS/Route53/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@ getHostedZoneId = \case
NorthCalifornia -> Just "Z2F56UZL2M1ACD"
Oregon -> Just "Z3BJ6K6RIION7M"
Montreal -> Just "Z1QDHH18159H29"
HongKong -> Just "ZNB98KWMFR0R6"
Tokyo -> Just "Z2M4EHUR26P7ZW"
Seoul -> Just "Z3W03O7B5YMIYP"
Osaka -> Just "Z2YQB5RD63NC85"
Mumbai -> Just "Z11RGJOFQNVJUP"
Singapore -> Just "Z3O0J2DXBE1FTB"
Sydney -> Just "Z1WCIGYICN2BYD"
SaoPaulo -> Just "Z7KQH4QJS55SO"
Ireland -> Just "Z1BKCTXD74EZPE"
London -> Just "Z3GKZC51ZF0DB4"
Paris -> Just "Z3R1K369G5AVDG"
Frankfurt -> Just "Z21DNDUVLTQW6Q"
Stockholm -> Just "Z3BAZG2TWCNX0D"
GovCloud -> Just "Z31GFT0UA1I2HV"
GovCloudFIPS -> Just "Z31GFT0UA1I2HV"
Paris -> Just "Z3R1K369G5AVDG"
Stockholm -> Just "Z3BAZG2TWCNX0D"
GovCloudEast -> Nothing
HongKong -> Just "ZNB98KWMFR0R6"
Osaka -> Just "Z2YQB5RD63NC85"
Ningxia -> Nothing
Beijing -> Nothing

0 comments on commit 4070b30

Please sign in to comment.