Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data HttpAuthorization Source #
The authorization method used to send messages.
See: newHttpAuthorization
smart constructor.
HttpAuthorization' | |
|
Instances
newHttpAuthorization :: HttpAuthorization Source #
Create a value of HttpAuthorization
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sigv4:HttpAuthorization'
, httpAuthorization_sigv4
- Use Sig V4 authorization. For more information, see
Signature Version 4 Signing Process.
httpAuthorization_sigv4 :: Lens' HttpAuthorization (Maybe SigV4Authorization) Source #
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.