While it's not technically necessary to implement the AWSRequest instance, all practical uses of any request type need these Typeable constraints, because retryRequest and awaitRequest run hooks. Should have minimal downstream impact because GHC can provide the instances automatically.
While it's not technically necessary to implement the
AWSRequest
instance, all practical uses of any request type need theseTypeable
constraints, becauseretryRequest
andawaitRequest
run hooks. Should have minimal downstream impact because GHC can provide the instances automatically.