Expand description
STS awsQuery request parameter parsing utilities.
STS uses application/x-www-form-urlencoded request bodies with
dot-notation for nested parameters (e.g., Tags.member.1.Key).
Functionsยง
- extract_
access_ key_ from_ auth - Extract the access key ID from a SigV4 Authorization header.
- get_
optional_ param - Get an optional parameter value.
- get_
required_ param - Get a required parameter value.
- parse_
form_ params - Parse a URL-encoded body into a list of key-value pairs.
- parse_
policy_ arns - Parse policy ARNs from awsQuery form parameters.
- parse_
session_ tags - Parse session tags from awsQuery form parameters.
- parse_
transitive_ tag_ keys - Parse transitive tag keys from awsQuery form parameters.