Skip to content

Commit

Permalink
address review comments, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
avieth committed Jan 18, 2023
1 parent 8963c26 commit 50e8f5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions lib/amazonka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Released: **?**, Compare: [2.0.0-rc1](https://github.com/brendanhay/amazonka/com

### Changed

- `amazonka`: Presigning functions do not require `MonadIO`.
[\#885](https://github.com/brendanhay/amazonka/pull/885)
- `gen` / `amazonka-*`: Sort generated code so that outputs are stable across regenerations.
[\#890](https://github.com/brendanhay/amazonka/pull/890)
- `amazonka-core`/`amazonka`: Various time-related data types and the `_Time` `Iso'` are re-exported by `Amazonka.Core` and therefore `Amazonka`.
Expand Down
1 change: 1 addition & 0 deletions lib/amazonka/src/Amazonka/Auth.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module Amazonka.Auth

-- ** Retrieving Authentication
Auth (..),
withAuth,

-- ** Automatically Fetching Credentials
discover,
Expand Down
8 changes: 3 additions & 5 deletions lib/amazonka/src/Amazonka/Presign.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
-- Stability : provisional
-- Portability : non-portable (GHC extensions)
--
-- This module contains functions for presigning requests using 'MonadIO' and
-- not one of the AWS specific transformers.
--
-- It is intended for use directly with "Amazonka.Auth" when only presigning
-- and no other AWS actions are required.
-- It is intended for use directly with "Amazonka.Auth.Auth" when only
-- presigning and no other AWS actions are required.
-- See 'Amazonka.Auth.withAuth' to extract an 'AuthEnv' from an 'Auth'.

{-# LANGUAGE BangPatterns #-}

Expand Down

0 comments on commit 50e8f5d

Please sign in to comment.