We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5963820 commit a02398dCopy full SHA for a02398d
1 file changed
botocore/endpoint.py
@@ -42,10 +42,9 @@
42
def convert_to_response_dict(http_response, operation_model):
43
"""Convert an HTTP response object to a request dict.
44
45
- This converts the requests library's HTTP response object to
46
- a dictionary.
+ This converts the HTTP response object to a dictionary.
47
48
- :type http_response: botocore.vendored.requests.model.Response
+ :type http_response: botocore.awsrequest.AWSResponse
49
:param http_response: The HTTP response from an AWS service request.
50
51
:rtype: dict
0 commit comments