Expand description
Shared helpers for AWS Query protocol services (SQS, SNS, ElastiCache, RDS, SES v1, IAM).
Functionsยง
- optional_
query_ param - Extract an optional query parameter from an
AwsRequest. - query_
metadata_ only_ xml - Produce a Query protocol XML response with only metadata (no result body).
- query_
response_ xml - Wrap an action result in the standard AWS Query protocol XML envelope.
- required_
query_ param - Extract a required query parameter from an
AwsRequest.