File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ unauthenticated request.
6868-------------------------
6969
7070Trait summary
71- The ``aws.auth#sigv4a `` trait adds support for AWS Signature Version 4
72- Asymmetric (SigV4A), an extension of ` AWS signature version 4 `_ (SigV4), to
73- a service.
71+ The ``aws.auth#sigv4a `` trait adds support for
72+ ` AWS Signature Version 4 Asymmetric (SigV4A)`_ , an extension of
73+ ` AWS signature version 4 `_ (SigV4), to a service.
7474Trait selector
7575 ``service[trait|aws.auth#sigv4] ``
7676Trait value
@@ -211,6 +211,7 @@ Trait value
211211
212212
213213 .. _AWS signature version 4 : https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
214+ .. _AWS Signature Version 4 Asymmetric (SigV4A) : https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works
214215.. _credential scope : https://docs.aws.amazon.com/general/latest/gr/sigv4-create-string-to-sign.html
215216.. _Amazon Cognito User Pools : https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
216217.. _canonical request : https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ AWS rules engine authentication scheme validators
66
77AWS-specific rules engine library :ref: `authentication scheme validators <rules-engine-endpoint-rule-set-endpoint-authschemes >`
88make it possible to validate configurations for AWS authentication schemes like
9- `AWS signature version 4 `_. An additional dependency is required to access
10- these validators
9+ `AWS signature version 4 `_ and ` AWS signature version 4a `_. An additional
10+ dependency is required to access these validators.
1111
1212The following example adds ``smithy-aws-endpoints `` as a dependency to a Smithy project:
1313
@@ -117,3 +117,4 @@ Properties
117117
118118
119119.. _AWS signature version 4 : https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
120+ .. _AWS signature version 4a : https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works
You can’t perform that action at this time.
0 commit comments