paws.common (version 0.1.0)

new_handlers: Return request handlers for a service

Description

Return request handlers for a given protocol and request signer.

Usage

new_handlers(protocol, signer)

Arguments

protocol

Protocol: ec2query, jsonrpc, query, rest, restjson, or restxml.

signer

Signer: v2 or v4.

See Also

Other API request functions: new_operation, new_request, new_service, send_request

Examples

Run this code
# NOT RUN {
# Get the handlers needed for an API using REST-JSON and AWS signature V4.
handlers <- new_handlers("restjson", "v4")

# }

Run the code above in your browser using DataCamp Workspace