github.com/aws/smithy-go/middleware.DeserializeOutput.RawResponse (field)

214 uses

	github.com/aws/smithy-go/middleware (current package)
		step_deserialize.go#L19: 	RawResponse interface{}
		step_deserialize.go#L192: 		RawResponse: resp,

	github.com/aws/smithy-go/transport/http
		middleware_close_response_body.go#L31: 		if resp, ok := out.RawResponse.(*Response); ok && resp != nil && resp.Body != nil {
		middleware_close_response_body.go#L65: 	if resp, ok := out.RawResponse.(*Response); ok {
		middleware_http_logging.go#L61: 		smithyResponse, ok := out.RawResponse.(*Response)
		middleware_http_logging.go#L63: 			return out, metadata, fmt.Errorf("unknown transport type %T", out.RawResponse)
		middleware_min_proto.go#L57: 	response, ok := out.RawResponse.(*Response)
		middleware_min_proto.go#L59: 		return out, metadata, fmt.Errorf("unknown transport type: %T", out.RawResponse)

	github.com/aws/aws-sdk-go-v2/aws/middleware
		middleware.go#L63: 	switch resp := out.RawResponse.(type) {
		middleware.go#L155: 	metadata.Set(rawResponseKey{}, out.RawResponse)
		request_id_retriever.go#L30: 	resp, ok := out.RawResponse.(*smithyhttp.Response)

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		response_error_middleware.go#L35: 	resp, ok := out.RawResponse.(*smithyhttp.Response)
		timeout_read_closer.go#L92: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		timeout_read_closer.go#L94: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		timeout_read_closer.go#L101: 	out.RawResponse = response

	github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
		accept_encoding_gzip.go#L120: 	resp, ok := output.RawResponse.(*smithyhttp.Response)
		accept_encoding_gzip.go#L123: 			Err: fmt.Errorf("unknown response type %T", output.RawResponse),

	github.com/aws/aws-sdk-go-v2/service/internal/checksum
		middleware_validate_output.go#L74: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		middleware_validate_output.go#L77: 			Err: fmt.Errorf("unknown transport type %T", out.RawResponse),

	github.com/aws/aws-sdk-go-v2/service/internal/s3shared
		metadata_retriever.go#L33: 	resp, ok := out.RawResponse.(*smithyhttp.Response)
		response_error_middleware.go#L36: 	resp, ok := out.RawResponse.(*smithyhttp.Response)

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetBucketLocation.go#L174: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		api_op_GetBucketLocation.go#L176: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L45: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L47: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L135: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L137: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L418: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L420: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L626: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L628: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L719: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L721: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L961: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L963: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1036: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1038: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1111: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1113: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1186: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1188: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1261: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1263: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1336: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1338: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1411: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1413: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1486: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1488: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1561: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1563: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1636: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1638: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1711: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1713: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1786: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1788: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1861: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1863: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L1936: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L1938: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2037: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2039: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2199: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2201: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2286: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2288: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2361: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2363: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2507: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2509: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2652: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2654: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2791: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2793: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L2930: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L2932: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3069: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3071: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3208: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3210: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3347: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3349: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3486: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3488: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3632: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3634: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3771: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3773: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L3910: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L3912: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4067: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4069: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4206: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4208: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4301: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4303: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4440: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4442: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4579: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4581: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4725: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4727: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L4864: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L4866: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L5023: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L5025: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L5180: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L5182: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L5496: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L5498: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L5661: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L5663: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L5892: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L5894: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6031: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6033: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6170: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6172: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6309: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6311: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6465: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6467: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6564: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6566: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6703: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6705: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L6781: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L6783: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L7070: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L7072: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L7251: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L7253: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L7432: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L7434: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L7613: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L7615: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L7794: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L7796: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L7939: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L7941: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L8221: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L8223: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L8480: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L8482: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L8769: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L8771: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9057: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9059: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9363: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9365: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9438: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9440: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9513: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9515: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9588: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9590: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9663: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9665: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9738: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9740: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9813: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9815: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9888: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9890: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L9963: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L9965: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10038: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10040: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10113: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10115: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10188: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10190: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10263: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10265: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10338: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10340: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10413: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10415: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10488: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10490: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10563: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10565: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10638: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10640: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10713: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10715: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10869: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10871: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L10959: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L10961: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11046: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11048: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11133: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11135: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11220: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11222: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11307: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11309: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11382: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11384: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11477: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11479: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11546: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11548: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11687: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11689: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		deserializers.go#L11877: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		deserializers.go#L11879: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}
		eventstream.go#L191: 	deserializeOutput, ok := out.RawResponse.(*smithyhttp.Response)
		eventstream.go#L193: 		return out, metadata, fmt.Errorf("unknown transport type: %T", out.RawResponse)
		eventstream.go#L230: 	if resp, ok := out.RawResponse.(*smithyhttp.Response); ok && resp != nil && resp.Body != nil {

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
		handle_200_error.go#L42: 	response, ok := out.RawResponse.(*smithyhttp.Response)
		handle_200_error.go#L44: 		return out, metadata, &smithy.DeserializationError{Err: fmt.Errorf("unknown transport type %T", out.RawResponse)}